PDF4Java Reference Documentation
com.o2sol.pdf4java.spatial Package / PDFNumberFormat Class / getReduceFraction Method
In This Topic
    getReduceFraction Method
    In This Topic
    Gets a value indicating whether the fractional part can be reduced or the low-order zeros truncated.
    Syntax
    public boolean getReduceFraction()

    Return Value

    True if a fractional value formatted according to the getPrecision or getDenominator methods may not have its denominator reduced or low-order zeros truncated.
    See Also